document -m
authorJoey Hess <joeyh@joeyh.name>
Tue, 23 May 2023 15:46:54 +0000 (11:46 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 23 May 2023 15:46:54 +0000 (11:46 -0400)
doc/git-annex-assist.mdwn
doc/git-annex-sync.mdwn
doc/todo/Having___39__git_annex_sync__39___optionally_add/comment_14_0156a70246f19beeee6ce5cfb510de86._comment [new file with mode: 0644]

index 0a897ae1ae301b14b7e3375205c5958ee85f2061..f71e2a28153ef44b0a427c54cfa9d25364d48c68 100644 (file)
@@ -30,7 +30,7 @@ files that it does not match will instead be added with `git add`.
 
 # OPTIONS
 
-* `--message=msg`
+* `--message=msg` `-m msg`
 
   Use this option to specify a commit message.
 
index d1c02def0a172a7a4fac3ed8645a0680a53256c8..9f4cee1fde4b5403e97e821157ed25906e5230af 100644 (file)
@@ -43,7 +43,7 @@ content by default. That will change in a future version of git-annex,
   
   Use --no-commit to avoid committing local changes.
 
-* `--message=msg`
+* `--message=msg` `-m msg`
 
   Use this option to specify a commit message.
 
diff --git a/doc/todo/Having___39__git_annex_sync__39___optionally_add/comment_14_0156a70246f19beeee6ce5cfb510de86._comment b/doc/todo/Having___39__git_annex_sync__39___optionally_add/comment_14_0156a70246f19beeee6ce5cfb510de86._comment
new file mode 100644 (file)
index 0000000..dc07b34
--- /dev/null
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 14"""
+ date="2023-05-23T15:46:27Z"
+ content="""
+Oh, this new command and sync always supported -m. I've added it to the man
+page. 
+"""]]